Skip to main content

pgPageSize

Type

property

Summary

Number of rows displayed in the visible area of the PolyGrid.

Syntax

get the pgPageSize of widget

Description

Use the pgPageSize property to get the number of rows that can be displayed in the visible area of the PolyGrid.

Examples

local tItemsPerPage, tNumberOfPages

put the pgPageSize of widget "PolyGrid" into tItemsPerPage
put tTotalItems/tItemsPerPage into tNumberOfPages